testing.common.bench (field)

5 uses

	testing (current package)
		benchmark.go#L545: 			bench: true,
		benchmark.go#L582: 						bench:  true,
		benchmark.go#L648: 			bench:   true,
		testing.go#L506: 	bench      bool           // Whether the current test is a benchmark.
		testing.go#L890: 			if c.bench {